home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / PhotoSuite II / DATA1.CAB / English_Resources / WorkflowsComponent / Publish / EditorPublish.wkf < prev    next >
Encoding:
Text File  |  1999-01-08  |  1.0 KB  |  32 lines

  1. ////////////////////////////////////////////////////////////////
  2. //
  3. //    EditorPublish.wkf
  4. //
  5. //     Main workflow for the Layout Editor
  6. //
  7.  
  8. // Layout Template and Insert Easels
  9. 0    TemplateEasel    file:\Templates\Poster\antique2.lyf                    // Default Layout File
  10. 1    0B5265B2-E7C4-11D0-8D14-00C0A847C2EC                                // CLSID of the Easel
  11.  
  12. // Zoom level
  13. 12    INTEGER    100 1 10000
  14.  
  15. // Shadow direction
  16. 13    INTEGER    4 0 8
  17.  
  18. // Months of the year (For Calendars)
  19. 14    STRARR    [2399],[2400],[2401],[2402],[2403],[2404],[2405],[2406],[2407],[2408],[2409],[2410]
  20.  
  21. // Years Supported (For Calendars)
  22. 15    STRARR    1998,1999,2000,2001
  23.  
  24. // Layout Filter
  25. 40    7E332652-C9FB-11D0-9024-0080C814C17C                                // Image Layout Filter    
  26.  
  27. LINK    0 0 40 0                                                        // Link the template easel into the layout
  28. LINK    1 0 40 1                                                        // Link the insert easel into the layout
  29. LINK    13 0 40 8                                                        // Link the shadow direction into the layout
  30. LINK    14 0 40 10                                                        // Link the month into the layout
  31. LINK    15 0 40 11                                                        // Link the year into the layout
  32.